home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 June / CHIP Haziran 2001.iso / prog / haziran / 19 / setup.exe / data.z / isapnp_diag_lib.h < prev    next >
C/C++ Source or Header  |  2001-04-11  |  226b  |  16 lines

  1. #ifndef _ISAPNP_DIAG_LIB_H_
  2. #define _ISAPNP_DIAG_LIB_H_
  3.  
  4. #ifdef __cplusplus
  5. extern "C" {
  6. #endif
  7.  
  8. BOOL ISAPNP_Get_WD_handle(HANDLE *phWD);
  9. void ISAPNP_Print_all_cards_info();
  10.  
  11. #ifdef __cplusplus
  12. }
  13. #endif
  14.  
  15. #endif
  16.